C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / ConnectAsyncOverride Method
The cancellation token.

In This Topic
ConnectAsyncOverride Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
When overridden, this method is used to initialize the collection.
Syntax
'Declaration
 
Protected Overridable Function ConnectAsyncOverride( _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also